[POWERPC][XEN] Fix build by adding proper guards to asm/numa.h
authorHollis Blanchard <hollisb@us.ibm.com>
Mon, 30 Jul 2007 18:47:02 +0000 (13:47 -0500)
committerHollis Blanchard <hollisb@us.ibm.com>
Mon, 30 Jul 2007 18:47:02 +0000 (13:47 -0500)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/include/asm-powerpc/numa.h

index bd33fb192a168b36bf818fd912891790ce5aa75a..a3a770bdadfed560caf0dd1a28a16128afecc75e 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ *
+ * Copyright (C) IBM Corp. 2007
+ *
+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
+ */
+
+#ifndef __ASM_NUMA_H__
+#define __ASM_NUMA_H__
+
 #include <xen/init.h>
 #include "../asm-x86/numa.h"
 extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
+
+#endif